home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modle3b.dir / 00102_Script_102 < prev    next >
Text File  |  1994-11-28  |  390b  |  19 lines

  1. on exitframe
  2.   go to marker(0) + 1
  3. end
  4.  
  5. on enterframe
  6.   global pnt,lcl,rcl,ucl,dcl
  7.   
  8.   set the cursor of sprite 2 to rcl
  9.   set the cursor of sprite 3 to lcl
  10.   set the cursor of sprite 4 to pnt
  11.   set the cursor of sprite 5 to rcl
  12.   set the cursor of sprite 6 to lcl
  13.   set the cursor of sprite 7 to pnt
  14.   set the cursor of sprite 23 to pnt
  15.   updateStage
  16.   
  17. end enterframe
  18.  
  19.